gpsbabel-gui needs to depend on gpsbabel.
authorBernd Zeimetz <bernd@bzed.de>
Sun, 27 Jun 2010 23:32:28 +0000 (01:32 +0200)
committerBernd Zeimetz <bernd@bzed.de>
Sun, 27 Jun 2010 23:32:28 +0000 (01:32 +0200)
Add the missing dependency.

debian/control

index 9463c6b4865dc102835819d1aa5ec25495a59554..7bcf6487a4d2fd2f95547f2dc2739881ce5abe45 100644 (file)
@@ -65,7 +65,7 @@ Description: GPS file conversion plus transfer to/from GPS units
 
 Package: gpsbabel-gui
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, gpsbabel (= ${binary:Version})
 Description: GPS file conversion plus transfer to/from GPS units - GUI
  GPSBabel converts waypoints, tracks, and routes from one format to
  another, whether that format is a common mapping format like Delorme,
@@ -73,4 +73,3 @@ Description: GPS file conversion plus transfer to/from GPS units - GUI
  such as those from Garmin and Magellan.
  .
  This package contains gpsbabelfe, a QT based frontend for gpsbabel.
-